object OtherProducts: TOtherProducts Left = 303 Top = 140 BorderStyle = bsDialog Caption = 'Other Products' ClientHeight = 445 ClientWidth = 632 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 object Panel1: TPanel Left = 4 Top = 8 Width = 624 Height = 165 Color = clTeal TabOrder = 0 object Label1: TLabel Left = 8 Top = 4 Width = 605 Height = 25 Alignment = taCenter AutoSize = False Caption = 'We offer a wide variety of products' Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object ISSGrid: TStringGrid Left = 4 Top = 40 Width = 615 Height = 120 DefaultRowHeight = 18 FixedCols = 0 RowCount = 9 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end object Panel2: TPanel Left = 4 Top = 176 Width = 624 Height = 165 Color = clTeal TabOrder = 1 object Label2: TLabel Left = 8 Top = 4 Width = 605 Height = 25 Alignment = taCenter AutoSize = False Caption = 'We are also the U.S. representative of Oakley Data Services' Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object OakGrid: TStringGrid Left = 4 Top = 40 Width = 615 Height = 120 DefaultRowHeight = 18 FixedCols = 0 RowCount = 9 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end object Panel3: TPanel Left = 4 Top = 344 Width = 624 Height = 97 Color = clOlive TabOrder = 2 object Label3: TLabel Left = 4 Top = 4 Width = 613 Height = 21 AutoSize = False Caption = 'We are constantly adding and updating products--so for the lates' + 't check us out:' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 152 Top = 24 Width = 449 Height = 21 AutoSize = False Caption = ' www.smartcode.com/iss (ISS) www.smartcode.com (Oakley)' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 8 Top = 24 Width = 129 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'On the WEB:' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label8: TLabel Left = 4 Top = 44 Width = 133 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'On Compuserve:' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label9: TLabel Left = 156 Top = 44 Width = 161 Height = 21 AutoSize = False Caption = 'GO UKSHARE, Lib 4' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 16 Top = 68 Width = 157 Height = 21 AutoSize = False Caption = 'OR inquire about our' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 252 Top = 68 Width = 89 Height = 21 AutoSize = False Caption = 'offer.' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 396 Top = 40 Width = 193 Height = 21 AutoSize = False Caption = '(ftp at ftp.smartcode.com)' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CDRomButton: TButton Left = 172 Top = 64 Width = 73 Height = 25 Caption = '&CD Rom' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = CDRomButtonClick end object ExitButton: TButton Left = 528 Top = 64 Width = 89 Height = 29 Caption = 'E&xit' TabOrder = 1 OnClick = ExitButtonClick end object Button1: TButton Left = 436 Top = 64 Width = 89 Height = 29 Caption = '&Awards' TabOrder = 2 OnClick = Button1Click end end end